gst-plugins-bad: Figure out in which case we can ship wasapi2 plugin
wasapi2 plugin is linking runtimeobject.lib
and underlying dll might not be available on Windows 7.
Shipping it for UWP build is always safe but the plugin can be used for Windows 10 WIN32 application. Need to figure out in which environment is required to build/ship the plugin.
At least MSVC and Windows 10 SDK are required for now