using sdk6 with pocket pc 5

I just installed the Windows Mobile 6 sdk, can I use it to develop software for pocket pc 5 devices, or should I also install the Mobile 5 sdk ? thanks.
[158 byte] By [Becio] at [2008-1-1]
# 1
I'm not sure about other languages, but when you're using the .NET Compact Framework, your apps will work with WM5.
Rhapsody at 2007-9-12 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 2

In case you don't really care if it's going to work on WM 5.0 correctly, you’re good to go with WM 6.0 SDK. Otherwise you should install SDK for specific platform you're developing for and test on it.

IlyaTumanov at 2007-9-12 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 3
You could applications that do not use any WM 6 specific features/APIs and deploy them on WM5. However, in order to deploy the application from VS (and debug) on a WM5 device - I strongly recommend you have installed WM 5 SDK.
Nachiket-MSFT at 2007-9-12 > top of Msdn Tech,Smart Device Development,Smart Devices General...