Is there a way to programmatically detect the for the existence of the Windows Phone 7 SDK (versions 7.0, 7.1 and/or 7.11) and particular components such as the emulator, emulator version, emulator image version, assemblies, etc.
I'm looking to do this from a simple .NET 4 console app. How can I tell what WP7 SDK version a machine is using? has a little bit of information, but doesn't seem complete enough.
Thanks
This is the class i use for device information
Greets