I'm working on a small WPF application which changes the user's availability and status message in Lync. I'm currently using the Lync 2010 SDK, but I'd like the app to support both 2010 and 2013 versions.
What's the best way to support both versions in my application?
Is the 2013 SDK backwards-compatible? Will I need to include both DLL versions in my app and somehow select the correct one at runtime?